home *** CD-ROM | disk | FTP | other *** search
/ The Sunday Times: The Month 2004 August / The Sunday Times - The Month 2004-08.iso / pc / engine / swf / survey.swf / scripts / DefineSprite_16 / frame_1 / DoAction.as
Encoding:
Text File  |  2003-11-11  |  139 b   |  9 lines

  1. exit = function()
  2. {
  3.    clearInterval(exitInt);
  4.    _parent.exit();
  5.    play();
  6. };
  7. _parent.exitInt = setInterval(exit,30000);
  8. stop();
  9.